Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadCollection<T> Class








Members 
A generic Type parameter.
Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
Object Model
Syntax
'Usage
 
Dim instance As LeadCollection(Of T)
function Leadtools.LeadCollection()
Type Parameters
T
A generic Type parameter.
Remarks

The LeadCollection`1 class provides a generic observable collection class that overrides the .NET Collection`1, class.

The class contains the CollectionChanged event. This events will fire whenever objects are added, moved, replaced or removed to/from the collection.

This class follows the design of the .NET ObservableCollection<T> class.

Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Members
Leadtools Namespace

Error processing SSI file